[INFO] fetching crate dampen-macros 0.3.2...
[INFO] fixing dampen-macros-0.3.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dampen-macros 0.3.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate dampen-macros 0.3.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dampen-macros 0.3.2
[INFO] tweaked toml for crates.io crate dampen-macros 0.3.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dampen-macros 0.3.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dampen-macros 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trybuild v1.0.115
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7
[INFO] running `Command { std: "docker" "start" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling dampen-macros v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking roxmltree v0.21.1
[INFO] [stderr]     Checking syn v2.0.114
[INFO] [stderr]     Checking insta v1.46.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking trybuild v1.0.115
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]  --> tests/ui_model_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dampen_core::binding::{BindingValue, UiBindable};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]  --> tests/ui_model_tests.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(UiModel, Debug, Clone, Default)]
[INFO] [stdout]   |          ^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the derive macro `UiModel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/ui_model_tests.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(UiModel, Debug, Clone, Default)]
[INFO] [stdout]    |          ^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `UiModel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/ui_model_tests.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(UiModel, Debug, Clone, Default)]
[INFO] [stdout]    |          ^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the derive macro `UiModel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]    --> tests/ui_model_tests.rs:116:14
[INFO] [stdout]     |
[INFO] [stdout] 116 |     #[derive(UiModel, Debug, Clone, Default)]
[INFO] [stdout]     |              ^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `UiModel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]    --> tests/ui_model_tests.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[derive(UiModel, Debug, Clone)]
[INFO] [stdout]     |          ^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the derive macro `UiModel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dampen_core`
[INFO] [stdout]   --> tests/codegen_mode_tests.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |         use dampen_core::parse;
[INFO] [stdout]    |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dampen-macros` (test "codegen_mode_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `dampen_core`
[INFO] [stdout]  --> tests/auto_loading_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use dampen_core::parse;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]  --> tests/handler_metadata_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use dampen_core::codegen::{HandlerInfo, HandlerSignatureType};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dampen_core`
[INFO] [stdout]   --> tests/interpreted_mode_tests.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use dampen_core::parse;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dampen-macros` (test "ui_model_tests") due to 6 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:28:37
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert!(matches!(doc.root.kind, dampen_core::ir::WidgetKind::Column));
[INFO] [stdout]    |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |     assert_eq!(doc.root.kind, dampen_core::ir::WidgetKind::Column);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         dampen_core::ir::WidgetKind::Column
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dampen_core` in the crate root
[INFO] [stdout]   --> tests/handler_metadata_tests.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[ui_handler]
[INFO] [stdout]    |     ^^^^^^^^^^^^^ could not find `dampen_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `ui_handler` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         dampen_core::ir::WidgetKind::Column
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | static DAMPEN_DOCUMENT: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                                  ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:44:28
[INFO] [stdout]    |
[INFO] [stdout] 44 |     static VIEW1: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                            ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/auto_loading_tests.rs:49:28
[INFO] [stdout]    |
[INFO] [stdout] 49 |     static VIEW2: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                            ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dampen-macros` (test "auto_loading_tests") due to 8 previous errors
[INFO] [stdout] error[E0433]: cannot find `dampen_core` in the crate root
[INFO] [stdout]   --> tests/handler_metadata_tests.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[ui_handler]
[INFO] [stdout]    |     ^^^^^^^^^^^^^ could not find `dampen_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `ui_handler` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/interpreted_mode_tests.rs:58:35
[INFO] [stdout]    |
[INFO] [stdout] 58 |         static TEST_DOC: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/interpreted_mode_tests.rs:90:32
[INFO] [stdout]    |
[INFO] [stdout] 90 |         static VIEW1: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                                ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dampen_core` in this scope
[INFO] [stdout]   --> tests/interpreted_mode_tests.rs:95:32
[INFO] [stdout]    |
[INFO] [stdout] 95 |         static VIEW2: LazyLock<dampen_core::DampenDocument> = LazyLock::new(|| {
[INFO] [stdout]    |                                ^^^^^^^^^^^ use of unresolved module or unlinked crate `dampen_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dampen_core`, use `cargo add dampen_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dampen-macros` (test "handler_metadata_tests") due to 3 previous errors
[INFO] [stderr] error: could not compile `dampen-macros` (test "interpreted_mode_tests") due to 4 previous errors
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> tests/dampen_app_tests.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `-W unused-imports` implied by `-W unused`
[INFO] [stdout]     = help: to override `-W unused` add `#[allow(unused_imports)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> tests/dampen_app_tests.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> tests/dampen_app_tests.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7", kill_on_drop: false }`
[INFO] [stdout] 01fdabd0b125edb492b6ce09a1ae33ec31eabd9e29849ed8cfb5ab1c6db83ec7
